Exercise - Create an action
The sales department needs an agent that answers their questions using information from your data. Here, you start building an action to access data from an external API. You validate how it's working against requirements to check your work.
Specification
The declarative agent:
- Answers a user's questions using the information from the referenced API
- Displays relevant information in citations
Check your work
At this point, you have a declarative agent with custom instructions and examples of questions that the users might ask, and an action that can access data from an external API.
- Ask a question related to Northwind Traders customers. Does the agent return the relevant information from the API?
- Ask a question related to Northwind Traders orders. Does the agent return the relevant information from the API?
- When the agent returns the relevant information, does it display relevant information on the citation?